home *** CD-ROM | disk | FTP | other *** search
/ SGI MineSet 2.5 / SGI MineSet 2.5.iso / docs6.4 / relnotes / MineSet / ch6.z / ch6
Encoding:
Text File  |  1998-05-12  |  29.1 KB  |  793 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        6.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.        6.1  _G_e_n_e_r_a_l__p_r_o_b_l_e_m_s
  11.  
  12.        For the following known problems with MineSet 2.5, Silicon
  13.        Graphics' internal tracking numbers are listed in
  14.        parentheses when relevant.
  15.  
  16.        Other problems may occur if the proper sets of patches are
  17.        not installed with MineSet.  For a description of the
  18.        recommended patches and the problems they fix, see chapter 2
  19.        of these release notes.
  20.  
  21.           +o If you have installed patch 2087 and installed either
  22.             patch 2203 or patch 2204 that are included with the
  23.             MineSet distribution (2203 for IRIX 6.3 and 2204 for
  24.             IRIX 6.4), you may encounter a series of rqs warning
  25.             messages from Software Manager.  These error messages
  26.             can be safely ignored.  (#572654)
  27.  
  28.           +o In IRIX 6.3 and later, the system graphics libraries
  29.             have an unenforced prerequisite on dmedia_eoe.sw.base.
  30.             If the graphics tools fail to run, giving an error that
  31.             libvice.so could not be loaded, this should be
  32.             installed.  Note that the error message will go to the
  33.             terminal window from which MineSet was launched, and if
  34.             it was launched from the desktop, it might not be seen
  35.             at all.  (#451195)
  36.  
  37.           +o The _M_i_n_e_S_e_t _U_s_e_r'_s _G_u_i_d_e refers to the generic mining
  38.             application engine "MIndUtil," although in reality
  39.             there exist two separate applications:  the parallel
  40.             MIndUtil_p and the single-threaded MIndUtil_s.
  41.             Previous MineSet releases only contained a single-
  42.             threaded application named "MIndUtil."  (See the
  43.             chapter "Changes and Additions in MineSet 2.5" for
  44.             additional details.)
  45.  
  46.           +o Parallel MIndUtil_p requires more memory than the
  47.             single threaded MIndUtil_s.  A user is much more likely
  48.             to run out of memory when computing with the parallel
  49.             MIndUtil_p.  Techniques to reduce the memory
  50.             requirements include sampling and limiting the size of
  51.             the model (i.e., setting maximum height in the decision
  52.             tree options).  (#592429)
  53.  
  54.           +o MIndutil may crash when running out of memory with the
  55.             following message:
  56.             Fatal error on server:MIndUtil exited abnormally with
  57.             signal 10 (Bus Error) core dumped
  58.             Try to reduce the memory requirements using the
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.             techniques described previously.  (#592406)
  75.  
  76.           +o If you drill through any selection which includes a
  77.             label value in either the Evidence Visualizer or the
  78.             Decision Table Visualizer, you will get the following
  79.             Tool Manager error:
  80.             While loading new history for drill-through, the following errors
  81.             occurred:
  82.  
  83.             - For operation #1, <Filter> error:
  84.  
  85.             In string, (near ^):
  86.  
  87.                 (`label`=="0"^)
  88.  
  89.             Incompatible type
  90.             Note: Label values are selected in these tools by
  91.             clicking on their names in the RIGHT pane of the
  92.             visualization.
  93.  
  94.             To workaround this problem, change the type of the
  95.             label column to a string before running the Evidence or
  96.             Decision Table classifiers.  This will not affect the
  97.             mining process and will eliminate the error.  (#582404)
  98.  
  99.           +o If you are using the Tool Manager to suggest mappings
  100.             and then view a decision table, then if you drill
  101.             through and send the data to the Tool Manager, then the
  102.             mappings in the the x-axis and y-axis will revert to
  103.             their previous values.  (#582435)
  104.  
  105.           +o If the WebFORCE MediaBase server is running as well as
  106.             MineSet, you may, under rare circumstances, have a
  107.             resource conflict that results in MineSet tools being
  108.             unable to run.  The error message will not specifically
  109.             indicate that the conflict is with WebFORCE MediaBase
  110.             -- it will refer to "Insufficient GL resources."  To
  111.             work around this problem:
  112.                su
  113.                /sbin/chkconfig mediad off
  114.             to direct that the WebFORCE MediaBase server not be
  115.             activated, and then reboot the system to have that take
  116.             effect.  (#570760)
  117.  
  118.           +o In rare circumstances, the Tool Manager's
  119.             File|Connect_to_Server menu option may be unable to
  120.             connect to the server machine and will display a "No
  121.             Socket" error.  One reason that this error may occur is
  122.             if users listed in the server's /etc/passwd file do not
  123.             have corresponding entries in the /etc/shadow file
  124.             (that is, if passwd shadowing is not turned on).
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.             (#526948)
  141.  
  142.           +o If a drill-through involves a floating point value, the
  143.             drill-through expression will include a small margin of
  144.             error around that floating point value to avoid
  145.             roundoff error.  (For example, instead of searching for
  146.             x=1.0, it may search for x>=0.99999999999999 &&
  147.             x<=1.00000000000001.)  This may result in drill-through
  148.             returning some data that doesn't exactly match the
  149.             selection criteria.  If this is a problem, use "Edit
  150.             History" in the Tool Manager to edit the filter
  151.             criteria.  (#508805)
  152.  
  153.           +o When entering an expression where a string is assigned
  154.             a null value, you must use the string "?" rather than a
  155.             non-quoted question mark (?).  Failure to do so will
  156.             result in a type mismatch.
  157.  
  158.           +o In scatterviz, the bounding box selector can get
  159.             distorted
  160.  
  161.           +o In scatterviz, for lift or ROI curves, under 6.2 Irix,
  162.             use of a bounding box can give a core dump. In 6.3 and
  163.             6.4 it may result in a freeze. (#599589)
  164.  
  165.           +o In scatterviz, pushing up against the extent of one
  166.             dimension while dragging, can cause slight drift in the
  167.             position of the opposite side.(#599589)
  168.  
  169.           +o The decision table visualizer fails if no columns are
  170.             mapped to requirements. (#599582)
  171.  
  172.           +o For lift and ROI curves, changing the entity shape to a
  173.             bar will cause a crash. (#599583)
  174.  
  175.           +o The graphical tools may run out of colors, especially
  176.             if there are many colors in a legend.  While this will
  177.             not break the tool, it may degrade the appearance, the
  178.             legend will not show the colors of the objects, and it
  179.             may affect other tools.  (#421308)
  180.  
  181.           +o When trying to connect to Oracle8 running on a Windows
  182.             NT system, you may receive a "multibyte character
  183.             conversion error" message from Oracle.  You can work
  184.             around this problem by setting the ORACLE_HOME
  185.             environment variable to point to a valid 7.3.3 Oracle
  186.             installation.  This is the environment variable for the
  187.             datamove process, and must be set in the .login or
  188.             .cshrc of the account from which you execute datamove.
  189.             (#596543)
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.           +o In many of the file selection boxes, if you open a
  207.             file, and then reopen the file selection box, the
  208.             previously opened file will be highlighted, but will
  209.             not be in the text field below.  Pressing OK at that
  210.             point will attempt to open the directory containing the
  211.             file, rather than the file itself.  It is necessary to
  212.             specifically select the file to cause it to be opened.
  213.  
  214.           +o If you complement the drill-through in a visual tool
  215.             with sliders, the drill-through will select everything
  216.             except that which matches the current slider setting
  217.             and the current selection.  (For example, you might get
  218.             everything except California in 1986.  You will get
  219.             California in 1987, and Nebraska in 1986.)  This is
  220.             probably not what is desired.  To work around this, use
  221.             Send to Tool Manager, and edit the resulting filter
  222.             expression.  (#503502)
  223.  
  224.           +o When the tools display floating point values, they only
  225.             display them to a few significant decimal places.  This
  226.             is intended to be easier to read, but could result in
  227.             problems if you need more accurate (higher precision)
  228.             values.
  229.  
  230.        6.2  _P_r_o_b_l_e_m_s__w_h_e_n__r_u_n_n_i_n_g__u_n_d_e_r__H_u_m_m_i_n_g_b_i_r_d__E_x_c_e_e_d
  231.  
  232.        Several problems occur when displaying MineSet to a PC
  233.        running Hummingbird Exceed.  Hummingbird Communications has
  234.        indicated that these will be fixed in the next release of
  235.        Exceed.
  236.  
  237.           +o Most of the visual tools have a File pulldown menu
  238.             option to save or print images of themselves.  However,
  239.             in MineSet 2.0 and 2.5, due to a limitation in the
  240.             implementation, this functionality is only available
  241.             when displaying on a Silicon Graphics workstation.
  242.             When displaying to other hardware, use the save or
  243.             print functions provided by that hardware.  For
  244.             example, when displaying to a PC running Hummingbird
  245.             Exceed, you can print or save using the pulldown menu
  246.             in the upper left corner of the main window.  (#505297)
  247.  
  248.           +o When using the Statistics Visualizer and Cluster
  249.             Visualizer, sometimes scrolling may leave the window
  250.             corrupted.  A dialog will be posted if you attempt to
  251.             run the Statistics Visualizer or Cluster Visualizer
  252.             against Hummingbird warning of this problem.  To
  253.             disable the warning add the lines
  254.                     *minesetWarnHummingbirdStatviz: FALSE
  255.                     *minesetWarnHummingbirdClusterviz: FALSE
  256.             to your .Xdefaults file.
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                                   - 5 -
  269.  
  270.  
  271.  
  272.             Hummingbird Communications has made available patches
  273.             that will address this problem.  These patches will be
  274.             incorporated into the next release of Exceed and Exceed
  275.             3D.  Information on the patches and new versions is
  276.             available from:
  277.                http://mineset.sgi.com/utils/hummingbird.html
  278.             (#507476, #589215)
  279.  
  280.        6.3  _K_n_o_w_n _p_r_o_b_l_e_m_s _w_i_t_h _I_n_d_u_c_e_r_s, _C_l_a_s_s_i_f_i_e_r_s, _a_n_d _C_o_l_u_m_n
  281.             _I_m_p_o_r_t_a_n_c_e
  282.  
  283.           +o The MIndUtil options in .mineset-classopt are not part
  284.             of the session mechanism that Tool Manager supports.
  285.             If Tool Manager files (.mineset suffix) are transferred
  286.             between users without passing the .mineset-classopt
  287.             file, then results may differ.  (#502533)
  288.  
  289.        6.4  _K_n_o_w_n__p_r_o_b_l_e_m_s__w_i_t_h__T_r_e_e__V_i_s_u_a_l_i_z_e_r
  290.  
  291.           +o If you average data in the aggregation panel of the
  292.             Tool Manager, and then have the Tree Visualizer average
  293.             it again, this will result in an average of averages,
  294.             which is generally not correct.  Tool Manager will give
  295.             a warning if it detects this case.  To work around
  296.             this, don't aggregate in Tool Manager, and let the Tree
  297.             Visualizer do all of the averaging. (#459734)
  298.  
  299.           +o When a second view is opened in place of the first, not
  300.             all of the virtual memory used by the first view is
  301.             released.  If an error occurs in a configuration file
  302.             and the file is corrected and reopened, some virtual
  303.             memory will also be lost.  After reopening the file
  304.             several times or opening several configuration files,
  305.             it is wise to exit the program and restart it.
  306.             (#336233)
  307.  
  308.           +o If a node has more than 480 children, and the menu
  309.             listing children is brought up, and a child after the
  310.             480th is selected, the Tree Visualizer will fail with a
  311.             core dump.  (#510290)
  312.  
  313.           +o For very large hierarchies, navigation and selection
  314.             may not work correctly near the leaf nodes of the
  315.             hierarchy.
  316.  
  317.             If filtering by depth is enabled in a very large
  318.             hierarchy, and some nodes have a large number of
  319.             children, navigation may be difficult.  (#417127)
  320.  
  321.           +o There is no easy way to set everything to the same
  322.             color, other than the default grey.  The only way to
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.                                   - 6 -
  335.  
  336.  
  337.  
  338.             force everything to a single color is to explicitly map
  339.             a column to the color, and enter a single scale value,
  340.             assigning it to that color.  For example, in the
  341.             configuration file, if _v_a_r were the name of a variable,
  342.             you could enter
  343.                color var, scale 0, colors "red";
  344.             (#327168)
  345.  
  346.           +o On some hardware platforms, the ground and sky are a
  347.             single solid color rather than shaded between two
  348.             colors.  (#425845)
  349.  
  350.        6.5  _K_n_o_w_n__p_r_o_b_l_e_m_s__w_i_t_h__M_a_p__V_i_s_u_a_l_i_z_e_r
  351.  
  352.           +o In the Map Visualizer, if you select an object on the
  353.             map boundary and then click on the background next to
  354.             boundary, the map may disappear.  To make it reappear,
  355.             glide the pointer over the map, or select a different
  356.             object.  This problem will be fixed in a future release
  357.             of MineSet.  (#582614)
  358.  
  359.           +o If you use dates for the sliders in the Map Visualizer,
  360.             the display field for the slider may be too small to
  361.             see the entire date.  The display field is limited to
  362.             22 characters, while date ranges can be as long as 37
  363.             characters.  (#528585)
  364.  
  365.           +o Every named graphical object keyword in the Hierarchy
  366.             file must be found in the Gfx File associated with that
  367.             graphical object's level in the hierarchy.
  368.  
  369.           +o When heights and/or colors are derived from values from
  370.             two-dimensional arrays, the sliders must be declared in
  371.             the View Map Section in the order they are used in the
  372.             array declaration in the Input Section.  That is, if
  373.             the data is in array xyz[keyA][keyB], then the "slider
  374.             keyA;" statement must precede the "slider keyB;"
  375.             statement.
  376.  
  377.           +o Heights and/or colors which are derived from array
  378.             values are computed using the precise data values from
  379.             the input data file.  As the slider(s) move between
  380.             these precise data points, the heights and/or colors
  381.             are computed using values that are linear
  382.             interpolations between these known data values, and
  383.             hence the resulting graphics is only a "best guess" of
  384.             what the true intermediate data values might be.  This
  385.             also applies to the Splat Visualizer and Scatter
  386.             Visualizer.
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.                                   - 7 -
  401.  
  402.  
  403.  
  404.           +o The above comments hold true for any array expressions
  405.             which are derived from array input data.  This means
  406.             that if an array C[] is defined as arrays A[]/B[], then
  407.             the value of C[] will match this expression at the
  408.             precise datapoints, but not necessarily at the
  409.             intermediate interpolated points.
  410.  
  411.           +o The Gfx File
  412.             /_u_s_r/_l_i_b/_M_i_n_e_S_e_t/_m_a_p_v_i_z/_g_f_x__f_i_l_e_s/_u_s_a._z_i_p_c_o_d_e._g_f_x
  413.             purports to contain U.S. zipcode graphics, but there
  414.             are flaws in its contents:  many zipcodes are missing,
  415.             which means that data which refers to a missing zipcode
  416.             will produce a generic rectangle off to the right of
  417.             the rest of the zipcodes in the main display window;
  418.             zipcode graphical objects are merely suggestive, rather
  419.             than precisely accurate in size and shape.  Zipcodes
  420.             are represented by equally sized rectangles which are
  421.             roughly centered on the geographical center of the true
  422.             zipcode area.  The "zip100" aggregations (consisting of
  423.             zipcode groups which share the first three digits) are
  424.             larger rectangles which are also generally centered at
  425.             the aggregated geographical center of the constituent
  426.             zipcodes.
  427.  
  428.        6.6  _K_n_o_w_n__p_r_o_b_l_e_m_s__w_i_t_h__S_p_l_a_t__V_i_s_u_a_l_i_z_e_r
  429.  
  430.           +o In the Splat Visualizer tools, the draggable disks that
  431.             appear along axes whenever the pick dragger is present
  432.             are not constrained to the range of the axes.
  433.             (#537439)
  434.  
  435.        6.7  _K_n_o_w_n__p_r_o_b_l_e_m_s__w_i_t_h__S_c_a_t_t_e_r__V_i_s_u_a_l_i_z_e_r
  436.  
  437.           +o For the cube and diamond shapes, entity sizes are based
  438.             on absolute values.  This makes it impossible to
  439.             interpret the sizes unambiguously if the variable
  440.             mapped to size includes both negative and positive data
  441.             values.  You can work around this by using the bar
  442.             entity shape.
  443.  
  444.           +o It is possible for entities to overlap, or for one
  445.             entity to be contained within another (and thus hidden
  446.             from view).  If the entities are the same size, this
  447.             can lead to visual artifacts, such as an entity being
  448.             drawn in two different colors.  To minimize this
  449.             problem, use the diamond entity shape.  (#350733)
  450.  
  451.           +o Highlighting entities in large datasets can be slow.
  452.             When this happens, you can filter to a subset of the
  453.             data to improve the speed.
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.                                   - 8 -
  467.  
  468.  
  469.  
  470.           +o The level of detail settings do not apply to the
  471.             orthographic camera.  For example, if you use the
  472.             perspective camera, zoom in on some labels, and then
  473.             switch the orthographic camera, then after that the
  474.             visibility of the labels does not change regardless of
  475.             whether you zoom in or out.  (#349506)
  476.  
  477.           +o Highlighting does not always work when 3D perspective
  478.             is off.
  479.  
  480.           +o Display attributes (size, color, position) which are
  481.             derived from array values are computed using the
  482.             precise data values from the input data file.  As the
  483.             animation moves between these precise data points, the
  484.             display attributes are computed using values that are
  485.             linear interpolations between these known data values,
  486.             and hence the resulting graphics is only a "best guess"
  487.             of what the true intermediate data values might be.
  488.  
  489.           +o The above comments hold true for any array expressions
  490.             which are derived from array input data.  This means
  491.             that if an array C[] is defined as arrays A[]/B[], then
  492.             the value of C[] will match this expression at the
  493.             precise datapoints, but not necessarily at the
  494.             intermediate interpolated points.
  495.  
  496.        6.8  _K_n_o_w_n__P_r_o_b_l_e_m_s__w_i_t_h__t_h_e__D_a_t_a__M_o_v_e_r
  497.  
  498.           +o The Tool Manager and Data Mover do not make any efforts
  499.             to coordinate their writes to disk.  Since they usually
  500.             run on different machines, this is not generally an
  501.             issue.  However, if the Tool Manager and Data Mover are
  502.             run on the same host, and the Tool Manager connects to
  503.             the Data Mover's file_cache directory, then Tool
  504.             Manager and Data Mover will often overwrite each
  505.             other's files.  The usual symptom of this is files
  506.             being truncated to a few thousand bytes during file
  507.             uploads and downloads.  Similar problems can occur even
  508.             if the client and server are on different machines, but
  509.             share disks via NFS mounts.  The workaround for this
  510.             problem is never to run the Tool Manager from the
  511.             server file_cache directory or any of its
  512.             subdirectories.
  513.  
  514.           +o The Tool Manager starts up the client-server connection
  515.             to datamove using the rexec(3N) library function.  This
  516.             means that if a system's configuration does not allow
  517.             rexec, MineSet will not work.  This is most likely to
  518.             be the case in high-security environments.
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.                                   - 9 -
  533.  
  534.  
  535.  
  536.           +o If a user's initialization files (.cshrc, .profile,
  537.             etc.) on the server machine cause output to be sent to
  538.             the terminal whenever the user starts a new shell, then
  539.             the initial connection from the Tool Manager to
  540.             datamove may not work.  The Tool Manager contains logic
  541.             to skip over such extraneous output, but it is not
  542.             foolproof.
  543.  
  544.           +o Even if the Tool Manager is killed with a control-C,
  545.             the Data Mover will continue processing the current
  546.             query or mining command until it finishes.  (#426664)
  547.  
  548.           +o Since the Data Mover locks the files directory in order
  549.             to prevent conflicts and incorrect results, a hung
  550.             datamove process will prevent further access to the
  551.             server by that user.  The MineSet Tool Manager will
  552.             offer to kill such processes.
  553.  
  554.           +o The algorithm used by the Data Mover to perform
  555.             aggregation clusters, rather than sorts, the output
  556.             records.  The output order of the records is not
  557.             meaningful.
  558.  
  559.        6.9  _K_n_o_w_n__P_r_o_b_l_e_m_s__w_i_t_h__t_h_e__T_o_o_l__M_a_n_a_g_e_r
  560.  
  561.           +o The Tool Manager does not support drag and drop.  If
  562.             you try to drag and drop items from dialog boxes, fatal
  563.             errors will sometimes result.
  564.  
  565.           +o When creating your own ".schema" files, there are a
  566.             number of reserved names in the file syntax.  To avoid
  567.             conflict with these names, enclose the column names in
  568.             backward single quotes, i.e., `column name`.
  569.  
  570.           +o Drill-through behaves differently when a client data
  571.             file has been mapped directly to a visual tool with no
  572.             transformations.  The history used for drill-through is
  573.             stored in the client schema file, thus drill-through on
  574.             a visualization of that file will show the history that
  575.             created that file.  As a result, if you map a client
  576.             file directly to a visual tool and then drill-through,
  577.             the results may be quite different than if you, for
  578.             example, removed a column, then mapped it to the visual
  579.             tool and did drill-through.
  580.  
  581.           +o Also during the "Show Original Data" process, when
  582.             specifying a login and password for a new server, if
  583.             you change the server name to that of the server
  584.             currently in use by the Tool Manager, it will ask if
  585.             you want to kill the other datamove process.  Killing
  586.             it will cause Tool Manager to lose its main connection,
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.                                   - 10 -
  599.  
  600.  
  601.  
  602.             voiding the current transformation history.
  603.  
  604.           +o Also during the "Show Original Data" process, the Tool
  605.             Manager may ask you for the server/DBMS login and
  606.             password each time.
  607.  
  608.           +o If you try to run a visual tool that is not installed
  609.             on your system, you get the message: "Cannot find the
  610.             tool <null>".
  611.  
  612.           +o Tool Manager cannot support database tables whose
  613.             columns require quoting (e.g., those columns with
  614.             spaces or special characters in their names).
  615.  
  616.           +o When working with client files as the data source, the
  617.             file name is shown in the top panel.  If the file has a
  618.             long name or path, the name may be cut off.  Increase
  619.             the window size to see more of the name.
  620.  
  621.           +o Visualization tool files sometimes contain absolute
  622.             path names when referring to their schema/data files,
  623.             making it impossible to copy them to new machines.
  624.  
  625.           +o In certain dialog boxes, when entering integer numeric
  626.             values, if you enter a number larger than 2^31
  627.             (slightly more than 2 billion), the number you typed
  628.             will be replaced by a random value.  There are no cases
  629.             where such a large number would be appropriate,
  630.             however.
  631.  
  632.           +o When creating classifiers using the Classifiers mining
  633.             panel, the name of the classifier created has the same
  634.             prefix as the current session.  Thus, if your current
  635.             session is called "cars.mineset", a decision tree
  636.             classifier will be called "cars-dt.class", and an
  637.             evidence classifier will be called "cars-evi.class".
  638.             If you create a classifier, apply the classifier to the
  639.             current table, and create the classifier again, then
  640.             the original classifier is overwritten.  The new
  641.             classifier requires columns not present in the original
  642.             table, thus operations produce the error message:
  643.  
  644.               InstanceReader::construct_assim_map: attributes in
  645.                 original schema were unaccounted for.
  646.  
  647.           +o In the Change Types dialog, if you select several
  648.             columns with different types, the type menu only shows
  649.             the type of the first column.  If you wish to change
  650.             all selected columns to that type, you must reselect
  651.             the menu item to effect the change.  The list of
  652.             columns is updated to reflect the change.
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.                                   - 11 -
  665.  
  666.  
  667.  
  668.           +o Intensive random clicking and dragging in the Apply
  669.             Classifier dialog box can occasionally cause the Tool
  670.             Manager to core dump.
  671.  
  672.           +o Manually modifying a .schema file may introduce errors
  673.             and, rarely, may cause the Tool Manager to core dump
  674.             when loading a .mineset file that refers to a flawed
  675.             .schema file.
  676.  
  677.           +o The Remove Column button requires a column to be
  678.             selected in the Current Columns list.  It is normally
  679.             grayed out when no columns are selected, but rarely it
  680.             is active even when no columns are selected.  Pressing
  681.             it at this time has no effect.
  682.  
  683.           +o The Binning dialog's panel for automatic binning allows
  684.             you to specify 0 as the number of bins to create.
  685.             Instead of disallowing this invalid number, the Tool
  686.             Manager instead silently invokes the "Automatically
  687.             choose number of bins" mode.
  688.  
  689.           +o The Tool Manager sometimes incorrectly thinks you have
  690.             made changes that would require the current session
  691.             file to be saved.
  692.  
  693.        6.10  _K_n_o_w_n__P_r_o_b_l_e_m_s__w_i_t_h__m_i_n_e_s_e_t___b_a_t_c_h
  694.  
  695.           +o The mineset_batch program sometimes reports incorrect
  696.             names for the visualization files created as the result
  697.             of running the .mineset file.
  698.  
  699.           +o The mineset_batch program will not run correctly on a
  700.             history whose destination is the Statistics Visualizer
  701.             tool.
  702.  
  703.           +o If the passwords are entered via the command line
  704.             arguments, the arguments will be briefly visible to any
  705.             user running ps(1).  Mineset_batch will remove them
  706.             from its argument list as quickly as possible, but
  707.             there is a brief period of time during which they will
  708.             be visible and thus may cause a security violation.  If
  709.             this is of concern, the passwords should instead be
  710.             read from standard input.
  711.  
  712.        6.11  _K_n_o_w_n__P_r_o_b_l_e_m_s__w_i_t_h__P_r_i_n_t_i_n_g_.
  713.  
  714.           +o MineSet's printing routines assume a US letter size.
  715.             The default letter sizes of other countries may not
  716.             print properly.  This problem will be fixed in a future
  717.             release of MineSet; in the meantime, try to use US
  718.             letter sized paper (8.5 inches by 11 inches) if
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.                                   - 12 -
  731.  
  732.  
  733.  
  734.             possible.  (#589723)
  735.  
  736.           +o Image files sent to printer may get mistaken for VRML
  737.             2.0 data file if CosmoWorld is installed. To fix this
  738.             comment out the following line "CONVERT
  739.             CosmoWorlds1.0Data AsciiTextFile COST 500" in
  740.             "/usr/lib/filetype/install/cosmo_worlds.ftr"
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.